home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_264 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  220 b   |  15 lines

  1. function returnToGame()
  2. {
  3.    _parent.type = "returnToGame";
  4.    _parent.play();
  5. }
  6. function playAgain()
  7. {
  8.    _root.game_playAgain();
  9. }
  10. function mainMenu()
  11. {
  12.    _parent.type = "mainMenu";
  13.    _parent.play();
  14. }
  15.